home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 2 / CD Loisirs 02.7z / CD Loisirs CD 002.mdf / ajpath.bat next >
DOS Batch File  |  1994-07-01  |  144b  |  9 lines

  1. @Echo off
  2. set oldprompt=%prompt%
  3. rem>!a!.bat
  4. prompt path=%path%;$p
  5. command /c !a!.bat > !b!.bat
  6. prompt=%oldprompt%
  7. call !b!
  8. del !?!.bat
  9.